home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000138_news@columbia.edu _Mon Mar 4 11:32:33 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id LAA03655 for <kermit.misc@watsun>; Mon, 4 Mar 1996 11:32:32 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id LAA16114 for kermit.misc@watsun; Mon, 4 Mar 1996 11:32:28 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit 3.14 + Kanji = troubles
  8. Date: 4 Mar 1996 16:32:17 GMT
  9. Organization: Columbia University
  10. Lines: 20
  11. Message-ID: <4hf5uh$fne@apakabar.cc.columbia.edu>
  12. References: <ZIPPY.96Mar3042810@hairball.ecst.csuchico.edu> <4hf5q8$fkj@apakabar.cc.columbia.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4hf5q8$fkj@apakabar.cc.columbia.edu>,
  16. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  17. : In article <ZIPPY.96Mar3042810@hairball.ecst.csuchico.edu>,
  18. : The Pinhead <zippy@hairball.ecst.csuchico.edu> wrote:
  19. : ...
  20. : : I am also having the same problem with C-Kermit 5A(190) and Linux +
  21. : : Japanese Extentions.  The "cu" command will pass shift-jis kanji to a
  22. : : kterm unadulterated, but no amount of coaxing can get kermit to do the
  23. : : same.
  24. : : 
  25. :   SET TERMINAL BYTESIZE 8
  26. :   SET COMMAND BYTESIZE 8
  27. :   SET PARITY NONE
  28. I forgot to say, if the host really *is* using Shift-JIS, then to these
  29. commands add:
  30.  
  31.   SET TERM CHARACTER-SET TRANSPARENT
  32.  
  33. - Frank